| lcEntExplode | Home |
|
BOOL lcEntExplode ( HANDLE hEntity, BOOL bSelect, BOOL bErase ); |
| hEntity | |
| Handle to a graphic object. | |
| bSelect | |
| If TRUE then the derived objects will be added into selection set. | |
| bErase | |
| If TRUE then the original entity (hEnt) will be deleted. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| lcBlockSelExplode |